home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Elektro 3
/
PC-Elektro-3-cd1.bin
/
KBan 2.0
/
KBANSRC.LZH
/
SRC
/
PROG
/
BMPOUT.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-02-26
|
192 b
|
11 lines
#ifndef _BMPOUT_H_
#define _BMPOUT_H_
// stdafx.h should be included already.
#include "finfo.h"
void OutputBMPFile(FILE_NEW& fp, HBITMAP hBMP, HDC hDC);
#endif /* _BMPOUT_H_ */